home *** CD-ROM | disk | FTP | other *** search
- Path: oxy.rust.net!usenet
- From: ebennett@rust.net
- Newsgroups: comp.lang.c++
- Subject: Re: who know how to use large array in c++?
- Date: Wed, 24 Jan 1996 04:22:14 GMT
- Organization: Rust Net - High Speed Internet in Detroit 810-642-2276
- Message-ID: <4e41jd$e2m@oxy.rust.net>
- References: <4e0ml0$jt5@mercury.wright.edu>
- NNTP-Posting-Host: liv-21.rust.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Apichart Intarapanich <aintara> wrote:
-
- >hi
- >anybody know how can i declare array like this
-
- >float a[1000][1000][1000];
-
- >i cannot do that. i got segmentation fault statement. who know what should i
- >do?
-
-
- Find another solution! You are trying to create an array which is
- going to take over 3 gigabytes of RAM. (assuming a 4 byte float)
-
- Earl
-
-
-